PdfString Constructor(Byte[],Int32,Int32)
In This Topic
Initializes a new instance of the
PdfString class.
Syntax
'Declaration
Public Function New( _
ByVal () As System.Byte, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public PdfString(
System.byte[] ,
System.int ,
System.int
)
Parameters
- value
- The byte array.
- offset
- The offset in the .
- length
- The length of the name.
See Also